/* 1rem = 14px 
   pdf = 65.4%*/

   main {
    width: 1150px;
    font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
}

h1, h2, h3, h4, h5, h6, p, figure{
    margin: 0;
}

.mv, .page_title {
    padding-top: 94px;
}
.mv ul{
    margin: 0 auto;
    max-width: 1150px;
    height: 30px;
    line-height: 30px;
}
.mv ul li{
    font-size: 0.85714rem;
    display: inline;
    line-height: 1;
}
.mv ul li a{
    color: #333;
}
.page_title {
    background-color: #0aaaa5;
}
.page_title ul {
    margin: 0 auto;
    max-width: 1060px;
    height: 30px;
    line-height: 30px;
    padding: 0 15px;
}
.page_title ul li {
    font-size: 0.85714rem;
    line-height: 1;
    display: inline;
    color: #fff;
}
.page_title ul li a{
    color: #fff;
}
.mv ul li::after,
.page_title ul li::after {
        content: " > ";
}
.mv ul li:last-child::after,
.page_title ul li:last-child::after {
        content: "";
}
.page_title h1{
    display: flex;
    align-items: center;
    margin: 0 auto;
    max-width: 1060px;
    height: 80px;
    font-size: 2.5rem;
    line-height: 1;
    font-weight: bold;
    color: #fff;
    padding-bottom: 10px;
}
main a{
    color: #00A99D;
}

@media screen and (max-width: 900px) {
    main {
        width: 100%;
    }
    .mv, .page_title {
        padding-top: 0;    
    }
    .mv ul,
    .page_title ul {
        max-width: none;
        height: 6vw;
        line-height: 6vw;
        padding: 0 5vw;
    }
    .page_title h1{
        max-width: none;
        font-size: 1.85714rem;
        height: 18vw;
        padding: 0 5vw 2vw 5vw;
    }
}


/* ジオツアー扉 */

#tour #intro .intro_head{
    font-size: 1.8rem;
    line-height: 1.5;
    letter-spacing: 1.2px;
    font-weight: bold;
    margin-top: 34px;
}
#tour #intro .intro_text{
    font-size: 1.25rem;
    letter-spacing: 0.85px;
    line-height: 1.75;
    margin-top: 20px;
}
#tour #intro div.infomation:last-child{
    margin-top: 40px;
}
#tour #intro .infomation{
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
}

#tour #intro .infomation figure{
    width: 35.8%;
    max-width: 400px;
    margin-left: 30px;
}
#tour #intro .infomation div{
    width: 55.6%;
    max-width: 622px;
    margin-right: 30px;
    position: relative;
}

#tour #intro .infomation div .info_head{
    font-size: 1.5rem;
    font-weight: bold;
}
#tour #intro .infomation div .info_text{
    line-height: 1.9;
    margin-top: 10px;
}
#tour #intro .infomation div .info_btn{
    position: absolute;
    bottom: 0;
    right: 0;
    width: 150px;
    height: 37px;
    line-height: 37px;
    color: #fff;
    background-color: #00A99D;
    border-radius: 6px;
    text-align: center;
}
#tour #intro .infomation div .info_btn a{
    display: block;
    color: #fff;    
}

#tour h2{
    height: 60px;
    line-height: 60px;
    color: #fff;
    background-color: #00A99D;
    font-size: 1.4rem;
    font-weight: bold;
    text-align: center;
}
#tour #topics{
    margin-top: 70px;
}
#tour #topics .topics_list{
    display: flex;
    justify-content: space-between;
    margin-top: 56px;
}

#tour #topics .topics_list .panel{
    width: 28.6%;
    max-width: 320px;
    border: 1px solid #212529;
    padding: 16px 24px 40px;
    position: relative;
    line-height: 1.9;
}
#tour #topics .topics_list .panel:first-child{
    margin-left: 30px;
}
#tour #topics .topics_list .panel:last-child{
    margin-right: 30px;
}
#tour #topics .topics_list .panel h3{
    letter-spacing: 0.85px;
    color: #00A99D;
    text-align: center;  
    font-size: 1.2rem;
    font-weight: bold;
}
#tour #topics .topics_list .panel figure{
    margin-top: 5px;
}
#tour #topics .topics_list .panel p:first-of-type{
    /* min-height: 85px; */
    margin-top: 8px;
}
#tour #topics .topics_list .panel hr{
    border: none;
    border: 1px solid #212529;
    margin: 0 0 10px 0;
}

#tour #topics .topics_list .panel .topics_more{
    text-align: right;
    color: #00A99D;
    font-size: 0.86rem;
    position: absolute;
    bottom: 12px;
    right: 24px;
}
#tour #price{
    margin-top: 90px;
}
#tour #price .price_list{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: calc(100% - 60px);
    margin: 0 auto;
    margin-top: 8px;
}

#tour #price .price_list .price_panel{
    width: 47.2%;
    max-width: 500px;
    margin-top: 42px;
}
#tour #price .price_list .price_panel table{
    text-align: center;
    width: 100%;
    border-collapse: separate;
    border-spacing: 10px;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
}
#tour #price .price_list .price_panel table caption{
    font-weight: bold;
    font-size: 1.2rem;
    background: url("../../images/common/icon_nav_site_hover.png") left 30% no-repeat;
    background-size: 24px 22px; 
    padding: 0 0 4px 32px;
    caption-side: top;
    border-bottom: 1px solid #212529;
    color: #212529;
    margin-bottom: 4px
}

#tour #price .price_list .price_panel table tr th{
    background: #F0F0F0;
    border-radius: 16px;
    font-weight: normal;
    font-size: 0.86rem;
    padding: 6px 0;
}
#tour #price .price_list .price_panel table tr th:first-child{
    width: 35.9%;
    max-width: 168px;
}
#tour #price .price_list .price_panel table tr th:last-child{
    width: 62%;
    max-width: 290px;
}
#tour #price .price_list .price_panel table tr:nth-child(2) td{
    padding-top: 6px;
}
#tour #price .caution{
    width: 78.7%;
    max-width: 864px;
    background: #F0F0F0;
    margin: 36px auto 0;
    padding: 20px 32px;
}
#tour #price .caution p{
    display: flex;
    align-items: center;
    line-height: 1;
}
#tour #price .caution p:before,
#tour #price .caution p:after {
    content: "";
    height: 1px;
    flex-grow: 1;
    background-color: #212529;
}
 
#tour #price .caution p:before {
    margin-right: 1rem;
}
 
#tour #price .caution p:after {
    margin-left: 1rem;
}
#tour #price .caution ul{
    margin: 15px 0 0;
}
#tour #price .caution ul li{
    list-style-type: disc;
    font-size: 0.85rem;
    line-height: 1.25;
}
#tour #procedure {
    margin-top: 105px;
}
#tour #procedure p{
    font-size: 1.1rem;
    margin-top: 20px;
    line-height: 1.75;
}
#tour #procedure .flow{
    background: url("../../images/tour/bg_flow.png") center top no-repeat;
    background-size: 797px 58px; 
    display: flex;
    justify-content: space-between;
    width: 87.5%;
    max-width: 980px;
    margin: 40px auto 0;
    padding-top: 58px;
}
#tour #procedure .flow dl{
    width: 25%;
    margin: 0;
    padding-top: 0;
}

#tour #procedure .flow dl dt{
    display: flex;
    align-items: center;
    flex-direction: column;
    margin: 0;
    font-weight: normal;
    font-size: 1.2rem;
    letter-spacing: 0.85px;
}
#tour #procedure .flow dl dt figure{
    margin-top: 10px;
}
#tour #procedure .flow dl dt p{
    margin-top: 15px;
}
#tour #procedure .flow dl dd{
    font-size: 1rem;
    margin: 5px 0 0;
}

#tour #pay{
    margin-top: 120px;
}
#tour #pay .pay_head{
    font-size: 1.2rem;
    font-weight: bold;
    max-width: 1060px;
    margin: 24px auto 0;
}

#tour #pay dl{
    display: flex;
    flex-wrap: wrap;
    max-width: 1060px;
    margin: -2px auto 0;
}
#tour #pay dl dt{
    width: 13.2%;
    background: #A8A8A8;
    color: #fff;
    font-size: 1.2rem;
    font-weight: bold;
    margin: 14px 0 0;
        display: flex;
    justify-content: center;
    align-items: center;
}
#tour #pay dl dd{
    width: 86.8%;
    background: #F0F0F0;
    margin: 14px 0 0;
    padding: 20px 18px;
    font-size: 1rem;
}
#tour #pay dl dd hr{
    border: #fff solid 1px;
    background-color: #fff;
}

#tour #pay .notice{
    font-size: 0.8rem;
    max-width: 1060px;
    margin: 14px auto 0;
}

#tour #hoken{
    margin-top: 126px;
    margin-bottom: -14px;
}
#tour #hoken p{
    max-width: 1060px;
    margin: 20px auto;
    line-height: 2.2;
}
@media screen and (max-width: 900px) {
/* フォント80% px→vw 1/4 */
    #tour #intro .intro_head{
        font-size: 1.4rem;
        letter-spacing: 0.3vw;
        margin-top: 34px;
    }
    #tour #intro .intro_text{
        font-size: 1rem;
        letter-spacing: 0.85px;
        line-height: 1.75;
        margin-top: 5vw;
    }
    #tour #intro div.infomation:last-child{
        margin-top: 10vw;
    }
    #tour #intro .infomation{
        display: flex;
        justify-content: center;
        flex-direction: column;
        margin-top: 12vw;
    }

    #tour #intro .infomation figure{
        width: 100%;
        max-width: none;
        margin-left: 0;
    }
    #tour #intro .infomation div{
        width: 100%;
        max-width: none;
        margin-right: 0;
        margin-top: 5vw;
    }

    #tour #intro .infomation div .info_head{
        font-size: 1.2rem;
    }
    #tour #intro .infomation div .info_text{
        line-height: 1.75;
        margin-top: 2.5vw;
    }
    #tour #intro .infomation div .info_btn{
        position: static;
        width: 38vw;
        height: 10vw;
        line-height: 10vw;
        margin: 0 0 0 auto;
    }

    #tour h2{
        height: 15vw;
        line-height: 15vw;
        font-size: 1.4rem;
    }
    #tour #topics{
        margin-top: 18vw;
    }
    #tour #topics .topics_list{
        display: flex;
        justify-content: center;
        flex-direction: column;
        margin-top: 6vw;
    }

    #tour #topics .topics_list .panel{
        width: 100%;
        max-width: none;
        border: 1px solid #212529;
        padding: 4vw 6vw 10vw;
        line-height: 1.75;
    }
    #tour #topics .topics_list .panel:first-child{
        margin-left: 0;
    }
    #tour #topics .topics_list .panel:last-child{
        margin-right: 0;
    }
    #tour #topics .topics_list .panel + .panel{
        margin-top: 4vw;
    }
    #tour #topics .topics_list .panel h3{
        letter-spacing: 0.2vw;
    }
    #tour #topics .topics_list .panel figure{
        margin-top: 1.5vw;
    }
    #tour #topics .topics_list .panel p:first-of-type{
        min-height: auto;
        margin-top: 2vw;
    }
    #tour #topics .topics_list .panel hr{
        border: none;
        border: 1px solid #212529;
        margin: 0 0 2.5vw 0;
    }
    #tour #topics .topics_list .panel .topics_more{
        bottom: 4vw;
        right: 6vw;
    }

    #tour #price{
        margin-top: 20vw;
    }
    #tour #price .price_list{
        display: flex;
        justify-content: center;
        flex-direction: column;
        width: 100%;
        margin-top: 6vw;
    }

    #tour #price .price_list .price_panel{
        width: 100%;
        max-width: none;
        margin-top: 10vw;
    }
    #tour #price .price_list .price_panel:first-child{
        margin-top: 0;
    }
    #tour #price .price_list .price_panel table{
        width: 100%;
        border-collapse: separate;
        border-spacing: 2.5vw;
        border-left: 1.5vw solid transparent;
        border-right: 1.5vw solid transparent;
    }
    #tour #price .price_list .price_panel table caption{
        font-size: 1.2rem;
        background: url("../../images/common/icon_nav_site_hover.png") left 30% no-repeat;
        background-size: 6vw 5.6vw;; 
        padding: 0 0 1vw 8vw;
        margin-bottom: 1vw
    }

    #tour #price .price_list .price_panel table tr th{
        border-radius: 16px;
        font-size: 0.86rem;
        padding: 1.5vw 0;
    }
    #tour #price .price_list .price_panel table tr th:first-child{
        width: 35.9%;
        max-width: none;
    }
    #tour #price .price_list .price_panel table tr th:last-child{
        width: 62%;
        max-width: none;
    }
    #tour #price .price_list .price_panel table tr:nth-child(2) td{
        padding-top: 6px;
    }
    #tour #price .caution{
        width: 100%;
        max-width: none;
        margin: 9vw auto 0;
        padding: 5vw 8vw;
    }
    #tour #price .caution p{
        display: flex;
        align-items: center;
        line-height: 1;
    }
    #tour #price .caution ul{
        margin: 4vw 0 0;
    }
    #tour #price .caution ul li{
        font-size: 0.85rem;
        line-height: 1.5;
    }
    #tour #procedure {
        margin-top: 20vw;
    }
    #tour #procedure p{
        font-size: 1rem;
        margin-top: 4vw;
        line-height: 1.5;
    }
    #tour #procedure .flow{
        display: flex;
        justify-content: center;
        flex-direction: column;
        background: none;
        width: 100%;
        max-width: none;
        margin: 10vw auto 0;
        padding-top: 0;
    }
    #tour #procedure .flow dl{
        width: 100%;
        margin: 0;
        padding-top: 5vw;
    }

    #tour #procedure .flow dl dt{
        display: flex;
        align-items: center;
        flex-direction: column;
        margin: 0;
        letter-spacing: 0.2vw;
    }
    #tour #procedure .flow dl dt > img{
        width: 15vw;
    }
    #tour #procedure .flow dl dt figure{
        margin-top: 2.5vw;
    }    
    #tour #procedure .flow dl dt p{
        margin-top: 4vw;
    }
    #tour #procedure .flow dl dd{
        margin: 1vw 0 0;
    }

    #tour #pay{
        margin-top: 20vw;
    }
    #tour #pay .pay_head{
        max-width: none;
        margin: 6vw auto 0;
    }

    #tour #pay dl{
        display: flex;
        flex-wrap: wrap;
        max-width: none;
        margin: 0 auto 0;
    }
    #tour #pay dl dt{
        width: 100%;
        font-size: 1.2rem;
        font-weight: bold;
        margin: 3.5vw 0 0;
        padding: 2vw 4vw;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    #tour #pay dl dd{
        width: 100%;
        margin: 0;
        padding: 5vw 4vw;
    }

    #tour #pay .notice{
        max-width: none;
        margin: 4vw auto 0;
    }

    #tour #hoken{
        margin-top: 20vw;
        margin-bottom: 0;
    }
    #tour #hoken p{
        max-width: none;
        margin: 4vw auto;
        line-height: 1.5;
    }
}


/* コース一覧 */

#course h2{
    display: flex;
    justify-content: center;
    align-items: center;
    /* margin: 44px auto 0; */
    font-size: 1.4rem;
    line-height: 1;
    font-weight: bold;
    background-color: #0aaaa5;
    color: #fff;
    height: 55px;
}

#course .intro{
    display: flex;
    justify-content: space-between;
    max-width: 1060px;
    margin-top: 50px;
}

#course .intro figure{
    width: 38%;
    max-width: 400px;
}
#course .intro div{
    width: 60%;
    max-width: 620px;
}
#course .intro div .intro_head{
    letter-spacing: 1px;
    font-size: 1.4rem;
    font-weight: bold;
}

#course .intro div .intro_text{
    letter-spacing: 0.7px;
    margin-top: 10px;
    line-height: 1.9;
}

#course .course_list{
    margin-top: 45px;
}

#course .course_list .panel{
    display: flex;
    justify-content: space-between;
}
#course .course_list .panel + .panel{
    margin-top: 70px;
}
#course .course_list .panel div{
    position: relative;
    width: 61%;
    max-width: 645px;
}
#course .course_list .panel div h3{
    font-size: 1.4rem;
    font-weight: bold;
    display: flex;
    align-items: center;
    margin-top: -10px;
}
#course .course_list .panel div h3 span{
    font-size: 1.6rem;
    line-height: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    background-color: #00A99D;
    color: #fff;
    margin-right: 14px;
    border-radius: 25px;
}
#course .course_list .panel div h3 p{
    width: calc(100% - 64px);
}
#course .course_list .panel figure {
    width: 35%;
    max-width: 370px;
    height: 246px;
}
#course .course_list .panel figure img {
    margin: 0 auto;
    width: auto;
    height: 100%;
}
#course .course_list .panel div .photo_text{
    margin-top: 15px;
    line-height: 1.9;
    padding-bottom: 47px;
}
#course .course_list .panel .btn_more{
    position: absolute;
    bottom: 0;
    right: 0;
    width: 150px;
    height: 37px;
    line-height: 37px;
    background-color: #00A99D;
    border-radius: 6px;
    text-align: center;
}
#course .course_list .panel .btn_more a{
    display: block;
    color: #fff;
}
#course #feature{}

#course #permanent{
    /* margin-top: 66px; */
    margin-top: 34px;
}
#course #snow{
    /* margin-top: 66px; */
    margin-bottom: 130px;
}

#course .inner{
    /* padding-top: 94px; */
    margin-top: 34px;
    padding-top: 126px;
}
#course {
    /* margin-top: -50px; */
    margin-top: -82px;
}

@media screen and (max-width: 900px) {
    #course h2{
        height: 15vw;
        line-height: 15vw;
        font-size: 1.4rem;
        margin: 10vw auto 0;
    }

    #course .intro{
        display: flex;
        justify-content: center;
        flex-direction: column;
        max-width: none;
        margin-top: 6vw;
    }

    #course .intro figure{
        width: 100%;
        max-width: none;
    }
    #course .intro div{
        width: 100%;
        max-width: none;
    }
    #course .intro div .intro_head{
        letter-spacing: 0.25vw;
        font-size: 1.2rem;
        margin-top: 6vw;
    }

    #course .intro div .intro_text{
        letter-spacing: 0.2vw;
        margin-top: 2.5vw;
        line-height: 1.5;
    }

    #course .course_list{
        margin-top: 14vw;
    }

    #course .course_list .panel{
        display: flex;
        justify-content: space-between;
        flex-direction: column;
        /* padding: 8vw 6vw 6vw;
        border: 1px solid #212529; */
        /* background-color: rgba(0, 169, 157, 0.1); */
    }
    #course .course_list .panel + .panel{
        margin-top: 13.5vw;
    }
    #course .course_list .panel div{
        position: relative;
        width: 100%;
        max-width: none;
        order: 2;
        margin-top: 2.8vw;
    }
    #course .course_list .panel div h3{
        margin-top: 0;
    }
    #course .course_list .panel div h3 span{
        font-size: 1.6rem;
        width: 12vw;
        height: 12vw;
        margin-right: 4vw;
        border-radius: 6vw;
    }
    #course .course_list .panel div h3 p{
        width: calc(100% - 16vw);
    }

    #course .course_list .panel figure {
        width: 100%;
        height: auto;
        max-width: none;
        order: 1;
    }
    #course .course_list .panel figure img {
        width: 100%;
        height: auto;
    }

    #course .course_list .panel div .photo_text{
        margin-top: 2.8vw;
        line-height: 1.75;
        padding-bottom: 0;
    }

    #course .course_list .panel .btn_more{
        position: static;
        width: 38vw;
        height: 10vw;
        line-height: 10vw;
        margin: 4vw auto 0;
    }
    #course .course_list .panel .btn_more a{
        display: block;
        color: #fff;
    }
    #course #permanent{
        margin-top: 30vw;
    }
    #course #snow{
        margin-top: 30vw;
        margin-bottom: 0;
    }
    #course .inner{
        padding-top: 0;
    }
    #course {
        margin-top: 0;
    }

}

/* コース詳細 */
#single_course .intro{
    width: 90%;
    max-width: 1000px;
    margin: 40px auto 0;
}

#single_course .intro h2{
    font-size: 1.4rem;
    font-weight: bold;
    display: flex;
    align-items: center;
}
#single_course .intro h2 span{
    font-size: 1.6rem;
    line-height: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    background-color: #00A99D;
    color: #fff;
    margin-right: 14px;
    border-radius: 25px;
}

#single_course .intro img{
    width: 100%;
    margin-top: 15px;
}
#single_course .intro figcaption{
    margin-top: 15px;
    line-height: 1.9;
}
#single_course .info{
    display: flex;
    justify-content: space-between;
    margin-top: 70px;
}
#single_course h3{
    display: flex;
    align-items: center;
    margin: 0 auto 0;
    font-size: 1.4rem;
    font-weight: bold;
    background-color: #0aaaa5;
    color: #fff;
    height: 55px;
    margin-bottom: 30px;
}
#single_course .route{
    width: 42%;
    max-width: 470px;
}
#single_course .route h3{
    justify-content: center;
}
#single_course .route .spot{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 65px;
    border: 2px solid #00A99D;
    font-weight: bold;
    font-size: 1.4rem;
}
#single_course .route .move{
    display: flex;
    justify-content: center;
    background:url(../../images/tour/arrow.png) center top no-repeat;
    background-size: 13px 103px;
    height: 110px;
}
#single_course .route .move span{
    display: inline-block;
    width: 200px;
    height: 40px;
    line-height: 40px;
    border-radius: 20px;
    background-color: #00A99D;
    color: #fff;
    text-align: center;
    margin-top: 30px;
}

#single_course .explanation{
    width: 51%;
    max-width: 570px;
}
#single_course .explanation h3{
    justify-content: flex-start;
    padding-left: 30px;
    margin-bottom: 30px;
}

#single_course .explanation .feature_head{
    letter-spacing: 1px;
    font-weight: bold;
    font-size: 1.4rem;
}
#single_course .explanation .feature_text{
    line-height: 1.9;
    margin-top: 8px;
    margin-bottom: 50px;
}
#single_course .explanation .caution{
    line-height: 1.9;
    position: relative;
}
#single_course .explanation .price {
    width: 100%;
    border: 1px solid #333;
    margin-top: 20px;
    padding: 20px;
}
#single_course .inner{
    margin-bottom: 120px;
}


@media screen and (max-width: 900px) {
    #single_course .intro{
        width: 100%;
        max-width: none;
        margin: 10vw auto 0;
    }
    
    #single_course .intro h2{
    }
    #single_course .intro h2 span{
        font-size: 1.6rem;
        width: 12vw;
        height: 12vw;
        margin-right: 4vw;
        border-radius: 6vw;
    }
    
    #single_course .intro img{
        width: 100%;
        margin-top: 4vw;
    }
    #single_course .intro figcaption{
        margin-top: 4vw;
        line-height: 1.75;
    }
    #single_course .info{
        display: flex;
        justify-content: space-between;
        flex-direction: column;
        margin-top: 10vw;
    }
    #single_course h3{
        display: flex;
        align-items: center;
        height: 55px;
        margin-bottom: 8vw;
        height: 15vw;
    }
    #single_course .route{
        width: 100%;
        max-width: 470px;
    }
    #single_course .route h3{
    }
    #single_course .route .spot{
        height: 16vw;
    }
    #single_course .route .move{
        background:url(../../images/tour/arrow.png) center top no-repeat;
        background-size: contain;
        height: 26vw;
    }
    #single_course .route .move span{
        width: 50vw;
        height: 10vw;
        line-height: 10vw;
        border-radius: 5vw;
        margin-top: 8vw;
    }
    
    #single_course .explanation{
        width: 100%;
        max-width: none;
    }
    #single_course .explanation h3{
        justify-content: center;
        padding-left: 0;
        margin-bottom: 6vw;
        margin-top: 6vw;
    }
    
    #single_course .explanation .feature_head{
        letter-spacing: 0.25vw;
    }
    #single_course .explanation .feature_text{
        line-height: 1.75;
        margin-top: 2vw;
        margin-bottom: 0;
    }
    #single_course .explanation .caution{
        line-height: 1.75;
    }
    #single_course .explanation .price {
        line-height: 1.75;
    }
    #single_course .inner{
        margin-bottom: 0;
    }
    
}


/* ガイド一覧 */

#guide_list .intro{
    display: flex;
    justify-content: space-between;
    margin-top: 68px;
}

#guide_list .intro figure{
    width: 39%;
    max-width: 430px;
}
#guide_list .intro div{
    width: 60%;
    max-width: 650px;
}
#guide_list .intro div .intro_head{
    letter-spacing: 1px;
    font-size: 1.4rem;
    font-weight: bold;
}

#guide_list .intro div .intro_text{
    letter-spacing: 0.7px;
    margin-top: 15px;
    line-height: 1.9;
}

#guide_list h2{
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 85px auto 0;
    font-size: 1.4rem;
    line-height: 1;
    font-weight: bold;
    background-color: #0aaaa5;
    color: #fff;
    height: 55px;
}

#guide_list .guide_list{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
#guide_list .guide_list .panel{
    width: 49%;
    max-width: 544px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: flex-start;
    margin-top: 50px;
}
#guide_list .guide_list .panel figure{
    width: 52%;
    max-width: 282px;
    height: 187px;
}
#guide_list .guide_list .panel figure img {
    width: auto;
    height: 100%;
    margin: 0 auto;
}
#guide_list .guide_list .panel dl{
    width: 45%;
    max-width: 242px;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    margin: -10px 0 0; 
}
#guide_list .guide_list .panel dl:nth-child(3) {
    width: 100%;
    max-width: 100%;
    margin-top: 0px;
}
#guide_list .guide_list .panel dl dt{
    margin: 0;
    font-weight: normal;
    width: auto;
    margin-top: 10px;
}
#guide_list .guide_list .panel dl dt:nth-child(3) ,
#guide_list .guide_list .panel dl dt:nth-child(5) {
    width: 100%;
}
#guide_list .guide_list .panel dl dd:nth-child(4) ,
#guide_list .guide_list .panel dl dd:nth-child(6) {
    width: 100%;
    margin-top: 0;
}
#guide_list .guide_list .panel dl dt::after{
    content: "：";
}
#guide_list .guide_list .panel dl dd{
    margin: 0;
    width: calc(100% - 80px);
    margin-top: 10px;
}
#guide_list .guide_list .panel dl dt.comment{
    /* margin-top: 20px; */
}
#guide_list .guide_list .panel dl dd.comment{
    width: 100%;
    margin-top: 0;
}
#guide_list .inner{
    margin-bottom: 140px;
}


@media screen and (max-width: 900px) {
    #guide_list .intro{
        display: flex;
        justify-content: center;
        flex-direction: column;
        margin-top: 6vw;
    }
    
    #guide_list .intro figure{
        width: 100%;
        max-width: none;
    }
    #guide_list .intro div{
        width: 100%;
        max-width: none;
    }
    #guide_list .intro div .intro_head{
        letter-spacing: 0.25vw;
        margin-top: 6vw;
    }
    
    #guide_list .intro div .intro_text{
        letter-spacing: 0.2vw;
        margin-top: 2.5vw;
        line-height: 1.75;
    }
    
    #guide_list h2{
        height: 15vw;
        line-height: 15vw;
        margin: 10vw auto 0;
    }
    
    #guide_list .guide_list{
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        flex-direction: column;
    }
    #guide_list .guide_list .panel{
        width: 100%;
        max-width: none;
        display: flex;
        justify-content: space-between;
        align-content: flex-start;
        flex-wrap: wrap;
        margin-top: 6vw;
        /* padding: 8vw 6vw 6vw;
        border: 1px solid #212529; */
    }
    #guide_list .guide_list .panel + .panel{
        margin-top: 13.5vw;
    }

    #guide_list .guide_list .panel figure {
        width: 100%;
        height: auto;
        max-width: none;
    }
    #guide_list .guide_list .panel figure img {
        width: 100%;
        height: auto;
    }
    #guide_list .guide_list .panel dl{
        width: 100%;
        max-width: none;
        margin: 4vw 0 0;
        font-size: 1rem;
    }
    #guide_list .guide_list .panel dl dt{
        margin: 0;
        font-weight: normal;
        width: auto;
        margin-top: 2vw;
    }
    #guide_list .guide_list .panel dl dd{
        width: calc(100% - 16vw);
        margin-top: 2vw;
    }
    #guide_list .guide_list .panel dl dt.comment{
        margin-top: 2vw;
    }
    #guide_list .guide_list .panel dl dd.comment{
    }
    #guide_list .inner{
        margin-bottom: 0;
    }
}


@charset "UTF-8";
html {
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
  font-size: 14px;
  color: #000;
}

* {
  margin: 0;
  padding: 0;
  list-style-type: none;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (min-width: 900px) {
  .sp {
    display: none !important;
  }
}

@media screen and (max-width: 900px) {
  .pc {
    display: none !important;
  }
}

/* iOSのデフォルトスタイルをリセット */
input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}

input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}

.cf:before,
.cf:after {
  content: "";
  display: table;
}

.cf:after {
  clear: both;
}

::-moz-selection {
  background-color: #000;
  color: #fff;
}

::selection {
  background-color: #000;
  color: #fff;
}

body {
  font-size: 14px;
  font-size: 1rem;
  line-height: 1.57143;
}

a:link {
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

a:hover {
  text-decoration: none;
  opacity: 0.65;
}

a:action {
  text-decoration: none;
}

a:visited {
  text-decoration: none;
}


h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 14px;
  font-size: 1rem;
  line-height: 1.57143;
  font-weight: normal;
}

@media screen and (max-width: 900px) {
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-size: 14px;
    font-size: 1rem;
    line-height: 1.57143;
  }
}

@media screen and (max-width: 900px) {
  ul {
    padding: 0;
  }
}

/*共通領域*/
main {
  width: 1030px;
  padding: 0 10px;
  margin: 0 auto 100px auto;
  display: block;
}

@media screen and (max-width: 900px) {
  main {
    width: 100%;
  }
}

main .unit {
  font-size: 17px;
  font-size: 1.21429rem;
  line-height: 2.05882;
  margin: 0 0 60px 0;
}

main .unit h2 {
  font-size: 21px;
  font-size: 1.5rem;
  line-height: 1;
  font-weight: bold;
  padding: 0 0 10px 0;
  margin: 0 0 20px 0;
}

main .unit:last-child {
  margin: 0;
}

/*########## 追加 ##########*/
P {
  margin-bottom: 20px;
}

img {
  max-width: 100%;
}

/*** リンク ***/
a {
  color: #2bb0ac;
}

a.arrow {
  position: relative;
  padding-left: 1.25em;
}

a.arrow::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 7px;
  height: 7px;
  margin-top: -5px;
  border-top: 3px solid #2bb0ac;
  border-right: 3px solid #2bb0ac;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

a.arrow:hover {
  color: #2bb0ac;
}

a.nav {
  display: block;
}

/***** リスト *****/
li {
  margin-bottom: 8px;
}

li:last-child {
  margin-bottom: 0;
}

ul.disc {
  padding-left: 1.25em;
  margin-bottom: 20px;
}

ul.disc > li {
  position: relative;
}

ul.disc > li::before {
  content: "\2022";
  color: #38ae85;
  position: absolute;
  left: -1.125rem;
}

ul.arrow > li {
  position: relative;
  padding-left: 1.25em;
}

ul.arrow > li::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 7px;
  height: 7px;
  margin-top: -5px;
  border-top: 3px solid #2bb0ac;
  border-right: 3px solid #2bb0ac;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

dl {
  margin-bottom: 20px;
  font-size: 16px;
}

dt {
  font-weight: bold;
  margin-bottom: 8px;
}

dd {
  margin-bottom: 20px;
}

hr.dotted {
  border-bottom: #ccc 2px dotted;
  margin: 10px 0;
}

/***** テーブル *****/
table {
  border-collapse: collapse;
}

caption {
  padding: 5px;
}

.table {
  width: 100%;
  margin-bottom: 40px;
}

.table > tbody > tr > th,
.table > tbody > tr > td {
  padding: 10px;
  font-size: 15px;
}

.table-bordered > tbody > tr > th,
.table-bordered > tbody > tr > td {
  border: #ccc 1px solid;
}

table > tbody > tr > th {
  background: #fafafa;
  width: 23%;
}

/***** 余白 *****/
.no-mg-b {
  margin-bottom: 0 !important;
}
/*# sourceMappingURL=common.css.map */